suppose equilibration time is 5 minutes
sensor code has two states, Equilibrating and Heating
one-minute timer
  if heating, ignore data and start heater
  otherwise, do nothing
reading interval is 5 minutes
  if equilibrating
    capture data & start heater
	state to heating
  else if heating
    state to equilibrating